/*最新公告样式*/
#RollingBox{margin:0 auto;overflow:hidden;width:235px;height:186px; text-align:left;}
#TextContent{text-align:left;}

/*首页调用产品背景*/
.ProductBox{width:156px; height:176px; background:url(images/pink_bg.jpg) 0 0 repeat-x; float:left; margin:20px 8px 0 16px; text-align:center; line-height:26px; display:inline;}
.ProductBox .pic{width:150px; height:140px; margin:2px; _margin:2px; cursor:pointer;}
.ProductBox .pic img{width:150px; height:110px;}
.ProductBox a{display:block; text-decoration:none;}

/*横向滚动图片css*/
.MarqueeImage{width:620px;height:156px;overflow:hidden;margin-top:16px;}
.MarqueeImage .box{width:144px; height:146px; text-align:center; line-height:26px; margin-right:14px; display:inline;}
.MarqueeImage .pic{width:140px; height:120px; margin:0px; cursor:pointer; border:#999 1px solid;}
.MarqueeImage .pic img{width:140px; height:120px;}
.MarqueeImage .box a{display:block; text-decoration:none;}

/*首页文章列表css*/
.homear_list{width:382px; margin:0; padding-top:6px;}
.homear_list li{text-align:left; height:22px; line-height:21px; background:url(images/underline.gif) 0px 21px repeat-x;}
.homear_list li a{background:url(images/arrow_grey.gif) 3px 9px no-repeat; display:block; width:300px; text-indent:12px; float:left;}
.homear_list li .time{float:right; width:80px; color:#666; text-align:left;}


/*内页文字列表css*/
.newsList{width:650px; margin:0; padding:2px 0;}
.newsList li{text-align:left; height:26px; background:url(images/underline.gif) left bottom repeat-x; text-indent:16px; line-height:26px;}
.newsList li a{display:block; width:546px; float:left; background:url(images/arrow.gif) 6px center no-repeat; text-indent:16px; }
.newsList li .time{float:right; width:100px; color:#666; text-align:left;}

.PageProgram{width:650px; text-align:center;}
.PageProgram .shine{color:#F00;}

.ShowPage{width:650px; text-align:center;}
.ShowPage a{background:#FFF; border:#999 1px solid; width:22px; height:21px; font:bold 14px 'Arial'; text-decoration:none;}
.ShowPage .visited{background:#FCB408; border:#FCB408 1px solid; width:22px; height:21px; font:bold 14px 'Arial'; color:#FFF;}
.ShowPage a,.ShowPage .visited{line-height:20px;}

/*留言版样式*/
.FeedbackBG{
	background-color: #99CDEA;
	}
.FeedbackBG a{
	color:#1884C2;
	font-size:14px;
	font-weight:bold; /*留言板的“查看留言”链接样式*/
	}
.FeedbackBG input,.FeedbackBG textarea{
	background:#FFFFFF;
	border:1px solid #99CDEA;
	font-size:12px;
	line-height:1.6; /* 表格的文本域样式 */
	}
.TopBG{
	border:1px #99CDEA solid;
	border-bottom:0px;/* 留言顶部背景样式 */
	background-color: #CFE3F3;
	text-align:right;
	}
.TopBG span{
	float:right; margin:0 12px 0 0;
	display:inline;
	font-size:14px;
	}

.TextBG{
	color:#000000   /* 表格的文本框样式 */;
	background-color:#E0EDF8;
	}
.InputBG{
	background-color: #ffffff;
	}

.Input_c{
	width:380px; /* 表单中长的文本框的长度 */
	}
.Input_d{
	width:150px;  /* 表单中短的文本框的长度 */
	}
.FeedbackTitle{
	background:#CFE3F3;
	border:1px #99CDEA solid;
	border-bottom:0px;
	text-indent:10px;
	font-size:14px;
	font-weight:bold;
	height:30px;   /* 点开“查看留言”的标题样式 */
	}